text/template/parse.Tree.unexpected (method)

9 uses

	text/template/parse (current package)
		parse.go#L188: 		t.unexpected(token, context)
		parse.go#L197: 		t.unexpected(token, context)
		parse.go#L203: func (t *Tree) unexpected(token item, context string) {
		parse.go#L391: 		t.unexpected(token, "input")
		parse.go#L441: 		t.unexpected(token, "{{break}}")
		parse.go#L456: 		t.unexpected(token, "{{continue}}")
		parse.go#L517: 			t.unexpected(token, context)
		parse.go#L694: 		t.unexpected(token, context)
		parse.go#L721: 			t.unexpected(token, "operand")